Revision: awiki--devo--1.0--patch-45
Archive: lord@emf.net--awiki-2004
Creator: Tom Lord <lord@emf.net>
Date: Sat Oct  9 10:12:32 PDT 2004
Standard-date: 2004-10-09 17:12:32 GMT
Modified-files: awpage/awpage.c libawiki/node.c
    libawiki/node.h
New-patches: lord@emf.net--awiki-2004/awiki--devo--1.0--patch-45
Summary: node header bodies -> strings
Keywords: 


Converted the representation of header-field bodies back to strings in
"node.[ch]".  The original idea of making them not strings was flawed:
it was to save space and cut down on string copying.  These aren't
expected to take up all that much space, though, and it will be
convenient to support fields added by the parser but not containing a
(literal) body in the document being parsed.

